var math.pow10postab32

2 uses

	math (current package)
		pow10.go#L16: var pow10postab32 = [...]float64{
		pow10.go#L33: 		return pow10postab32[uint(n)/32] * pow10tab[uint(n)%32]